projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8326a36
)
Remove docker flags that can cause issues (rust-lang/rust#39036)
author
Aidan Hobson Sayers
<aidanhs@cantab.net>
Sun, 23 Apr 2017 16:08:18 +0000
(17:08 +0100)
committer
Aidan Hobson Sayers
<aidanhs@cantab.net>
Sun, 23 Apr 2017 16:10:17 +0000
(17:10 +0100)
src/ci/docker/run.sh
patch
|
blob
|
history
diff --git
a/src/ci/docker/run.sh
b/src/ci/docker/run.sh
index f0546972be6874127686f0bb7535200342458ad6..fcc3282a5b7687f55c8c586ede426f3d238bc198 100755
(executable)
--- a/
src/ci/docker/run.sh
+++ b/
src/ci/docker/run.sh
@@
-43,8
+43,6
@@
exec docker run \
--volume "$HOME/.cargo:/cargo" \
--volume `rustc --print sysroot`:/rust:ro \
--volume `pwd`/target:/tmp/target \
- --interactive \
- --tty \
rust-ci \
sh -c "\
PATH=\$PATH:/rust/bin \